home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _69C53205579747659E36A21E14B1C821 < prev    next >
Encoding:
Text File  |  2006-02-14  |  479 b   |  30 lines

  1.  
  2. shader()
  3. {
  4.     cull("none")
  5.     sortweight("translucent14")
  6.  
  7.     stream("color", 0)
  8.  
  9.     pass()
  10.     {
  11.         tmu()
  12.         {
  13.             texture()
  14.             {
  15.                 image("Nitro.dds")
  16.                 addressfunc("clamp", "clamp", "clamp")
  17.             }
  18.  
  19.             colorop("mul", "texture", "diffuse_a", "current")
  20.         }
  21.  
  22.         blendfunc("one", "one")
  23.         depthfunc("lequal", 0)
  24.  
  25.         depthbias(%zbias, %zsbias)
  26.     }
  27. }
  28.  
  29.  
  30.